home *** CD-ROM | disk | FTP | other *** search
Wrap
<?xml version="1.0"?> <glade-interface> <!-- interface-requires gtk+ 2.16 --> <!-- interface-naming-policy toplevel-contextual --> <widget class="GtkWindow" id="ip4_page_widget"> <property name="title" translatable="yes">window3</property> <child> <widget class="GtkVBox" id="IP4Page"> <property name="visible">True</property> <property name="border_width">12</property> <property name="orientation">vertical</property> <property name="spacing">18</property> <child> <widget class="GtkHBox" id="hbox1"> <property name="visible">True</property> <property name="spacing">12</property> <child> <widget class="GtkLabel" id="label38"> <property name="visible">True</property> <property name="label" translatable="yes">_Method:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">ip4_method</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <widget class="GtkComboBox" id="ip4_method"> <property name="visible">True</property> <property name="items" translatable="yes">Automatic Automatic with manual DNS settings Manual Link-Local Shared to other computers</property> </widget> <packing> <property name="pack_type">end</property> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <widget class="GtkVBox" id="ip4_addresses_box"> <property name="visible">True</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <widget class="GtkLabel" id="ip4_addr_label"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes"><b>Addresses</b></property> <property name="use_markup">True</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <widget class="GtkAlignment" id="alignment2"> <property name="visible">True</property> <property name="left_padding">12</property> <child> <widget class="GtkVBox" id="vbox1"> <property name="visible">True</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <widget class="GtkHBox" id="hbox2"> <property name="visible">True</property> <property name="spacing">6</property> <child> <widget class="GtkScrolledWindow" id="scrolledwindow1"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hscrollbar_policy">never</property> <property name="vscrollbar_policy">automatic</property> <property name="shadow_type">in</property> <child> <widget class="GtkTreeView" id="ip4_addresses"> <property name="height_request">100</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="has_tooltip">True</property> <property name="tooltip" translatable="yes">IP addresses identify your computer on the network. Click the "Add" button to add an IP address.</property> <property name="rules_hint">True</property> </widget> </child> </widget> <packing> <property name="position">0</property> </packing> </child> <child> <widget class="GtkVButtonBox" id="vbuttonbox1"> <property name="visible">True</property> <property name="spacing">6</property> <property name="layout_style">start</property> <child> <widget class="GtkButton" id="ip4_addr_add_button"> <property name="label">gtk-add</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <widget class="GtkButton" id="ip4_addr_delete_button"> <property name="label">gtk-delete</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="position">0</property> </packing> </child> <child> <widget class="GtkTable" id="table8"> <property name="visible">True</property> <property name="n_rows">3</property> <property name="n_columns">2</property> <property name="column_spacing">12</property> <property name="row_spacing">6</property> <child> <widget class="GtkEntry" id="ip4_dhcp_client_id_entry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="tooltip" translatable="yes">The DHCP client identifier allows the network administrator to customize your computer's configuration. If you wish to use a DHCP client identifier, enter it here.</property> <property name="invisible_char">●</property> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEntry" id="ip4_dns_searches_entry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="tooltip" translatable="yes">Domains used when resolving host names. Use commas to separate multiple domains.</property> <property name="invisible_char">●</property> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="ip4_dhcp_client_id_label"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">D_HCP client ID:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">ip4_dhcp_client_id_entry</property> </widget> <packing> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="ip4_dns_searches_label"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">_Search domains:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">ip4_dns_searches_entry</property> </widget> <packing> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="ip4_dns_servers_label"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">_DNS servers:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">ip4_dns_servers_entry</property> </widget> <packing> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEntry" id="ip4_dns_servers_entry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="tooltip" translatable="yes">IP addresses of domain name servers used to resolve host names. Use commas to separate multiple domain name server addresses.</property> <property name="invisible_char">●</property> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="y_options"></property> </packing> </child> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> <child> <widget class="GtkCheckButton" id="ip4_required_checkbutton"> <property name="label" translatable="yes">Require IPv4 addressing for this connection to complete</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="tooltip" translatable="yes">When connecting to IPv6-capable networks, allows the connection to complete if IPv4 configuration fails but IPv6 configuration succeeds.</property> <property name="draw_indicator">True</property> </widget> <packing> <property name="expand">False</property> <property name="position">2</property> </packing> </child> <child> <widget class="GtkHButtonBox" id="hbuttonbox1"> <property name="visible">True</property> <property name="layout_style">end</property> <child> <widget class="GtkButton" id="ip4_routes_button"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <child> <widget class="GtkHBox" id="hbox4"> <property name="visible">True</property> <property name="spacing">3</property> <child> <widget class="GtkImage" id="image1"> <property name="visible">True</property> </widget> <packing> <property name="expand">False</property> <property name="position">0</property> </packing> </child> <child> <widget class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="label" translatable="yes">_Routes…</property> <property name="use_underline">True</property> </widget> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> </widget> </child> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="padding">6</property> <property name="pack_type">end</property> <property name="position">0</property> </packing> </child> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">3</property> </packing> </child> </widget> </child> </widget> <packing> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="position">1</property> </packing> </child> </widget> </child> </widget> <widget class="GtkDialog" id="ip4_routes_dialog"> <property name="width_request">450</property> <property name="height_request">250</property> <property name="border_width">5</property> <property name="modal">True</property> <property name="window_position">center-on-parent</property> <property name="icon_name">stock-peferences</property> <property name="type_hint">dialog</property> <property name="has_separator">False</property> <child internal-child="vbox"> <widget class="GtkVBox" id="dialog-vbox1"> <property name="visible">True</property> <property name="orientation">vertical</property> <property name="spacing">2</property> <child> <widget class="GtkVBox" id="vbox2"> <property name="visible">True</property> <property name="border_width">5</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <widget class="GtkHBox" id="hbox5"> <property name="visible">True</property> <property name="spacing">6</property> <child> <widget class="GtkScrolledWindow" id="scrolledwindow2"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hscrollbar_policy">never</property> <property name="vscrollbar_policy">automatic</property> <property name="shadow_type">in</property> <child> <widget class="GtkTreeView" id="ip4_routes"> <property name="height_request">100</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="has_tooltip">True</property> <property name="tooltip" translatable="yes">IP addresses identify your computer on the network. Click the "Add" button to add an IP address.</property> <property name="rules_hint">True</property> </widget> </child> </widget> <packing> <property name="position">0</property> </packing> </child> <child> <widget class="GtkVButtonBox" id="vbuttonbox2"> <property name="visible">True</property> <property name="spacing">6</property> <property name="layout_style">start</property> <child> <widget class="GtkButton" id="ip4_route_add_button"> <property name="label">gtk-add</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <widget class="GtkButton" id="ip4_route_delete_button"> <property name="label">gtk-delete</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="position">0</property> </packing> </child> <child> <widget class="GtkCheckButton" id="ip4_ignore_auto_routes"> <property name="label" translatable="yes">Ig_nore automatically obtained routes</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="draw_indicator">True</property> </widget> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> <child> <widget class="GtkCheckButton" id="ip4_never_default"> <property name="label" translatable="yes">Use this c_onnection only for resources on its network</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="has_tooltip">True</property> <property name="tooltip" translatable="yes">If enabled, this connection will never be used as the default network connection.</property> <property name="use_underline">True</property> <property name="draw_indicator">True</property> </widget> <packing> <property name="expand">False</property> <property name="position">2</property> </packing> </child> </widget> <packing> <property name="position">1</property> </packing> </child> <child internal-child="action_area"> <widget class="GtkHButtonBox" id="dialog-action_area1"> <property name="visible">True</property> <property name="layout_style">end</property> <child> <widget class="GtkButton" id="cancel_button"> <property name="label">gtk-cancel</property> <property name="response_id">-6</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_stock">True</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <widget class="GtkButton" id="ok_button"> <property name="label">gtk-ok</property> <property name="response_id">-5</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_stock">True</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="expand">False</property> <property name="pack_type">end</property> <property name="position">0</property> </packing> </child> </widget> </child> </widget> </glade-interface>